ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChart<T> Class / FlexChart<T> Constructor
The html helper
The selector

In This Topic
    FlexChart<T> Constructor
    In This Topic
    Creates one FlexChart<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper, _
       Optional ByVal selector As String _
    )
    public FlexChart<T>( 
       HtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also